/* Aquí empezaremos el estilo de la interfaz interna de JOMU  */
.box {
  font-size: 28px;
  background-color: white;
  /*margin: 15px;
  padding: 30px; */
  }
.box__but-in {
  background-color: lightblue;
  color: black;
  display: block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-inv {
  color: white;
  background-color: blue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-pr {
  color: white;
  background-color: blue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-FAQs {
  background-color: lightblue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-act {
  color: white;
  background-color: blue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-rec {
  background-color: lightblue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-ti {
  background-color: lightblue;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box__but-in__a {
  color: white;
}
.bot-box {
  font-size: 28px;
  /*margin: 15px;
  padding: 30px; */
  }
.bot-box__but {
  background-color: darkgray;
  color: white;
  display: block;
  padding: 20px;
  text-align: center;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}

/* Aquí va la segunda opción, usando botones */
.box-but {
  font-size: 30px;
  background-color: white;
  padding: 10px;
  text-align: center;
  
}
.box-but__in {
  background-color: lightblue;
  color: black;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 15px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-but__inv {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-but__pr {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 17px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-but__FAQs {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-but__ti {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 18px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-but__act {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 18px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-but__rec {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-but__mas {
  background-color: lightblue;
  color: black;
  display: block;
  text-decoration: none;
  padding: 15px;
  margin:8px;
  border-radius: 30px;
  border: 5px;
}
/* Aquí irá la configuración para la tercera propuesta, usaremos imágenes para los textos y un pequeño pié de página */

.box-im {
  font-size: 30px;
  background-color: white;
  padding: 10px;
  text-align: center;
}
img {
  max-width: 50%;
  height: auto;
}
.box-im__in {
  background-color: lightblue;
  color: black;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 15px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-im__inv {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-im__pr {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 17px;
  margin: 8px;
  border-radius: 30px;
  border: 5px;
}
.box-im__FAQs {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-im__ti {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 18px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-im__act {
  color: white;
  background-color: blue;
  display: inline-block;
  text-decoration: none;
  padding: 18px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-im__rec {
  background-color: lightblue;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  margin: 10px;
  border-radius: 30px;
  border: 5px;
}
.box-im__mas {
  background-color: lightblue;
  color: black;
  display: block;
  text-decoration: none;
  padding: 15px;
  margin:8px;
  border-radius: 30px;
  border: 5px;
}